Theme - Asphalt
Minimal and flat dark UI for Sublime Text 3 + custom syntax highlighting Colour Scheme.
Details
Installs
- Total 53K
- Win 31K
- Mac 12K
- Linux 11K
| Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 1 | 1 | 0 | 1 | 0 | 2 | 3 | 0 | 0 | 1 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 3 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | 1 | 0 | 2 | 0 | 2 | 3 | 0 | 1 | 2 | 1 | 0 | 0 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 2 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 2 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
Asphalt
Minimal and flat dark UI for Sublime Text 3 + custom syntax highlighting Colour Scheme.
Key features
- 5 UI colour variations
- Custom UI icons (bottom panels, buttons, sidebar icons, etc.)
- Sidebar folder/files icons support (ST3 build 3062+), standard icons (bonus: JSON file type icon and .tmPreference)
- Custom syntax highlighting colour scheme
- Retina display support
Asphalt takes inspiration from the great work of (in alphabetical order): * itsthatguy's Theme - Itg.Flat, * kkga's Theme - Spacegray, * yabatadesign's Theme - Afterglow.
Asphalt Syntax Colour Scheme derived and extended from: * chriskempson's Base16
UI Colour Variations
Asphalt (default)

Red on grey colour variation (default) full size image
Asphalt Orange

Orange on grey colour variation full size image
Asphalt Green

Green on grey colour variation full size image
Asphalt Blue

Blue on grey colour variation full size image
Asphalt Monochrome

Greyscale only colour variation full size image
The font used in the screenshots is Inconsolata-dz.
How to Install
Via Package Control
The easiest way to install is using Sublime Package Control.
- Open
Command Paletteusing menu itemTools -> Command Palette..., orCmd+Shift+P(OS X)Ctrl+Shift+P(Win/Linux) - Type
Package Control: Install Package - Search
Theme - Asphalt
Manual
You can also install the theme manually:
- Get the .zip
- Unzip and rename the folder to
Theme - Asphalt - Copy the folder into
Packagesdirectory, which you can find using the menu itemSublime Text -> Preferences -> Browse Packages...
or
- Open your ST
Packagesdirectory, found underSublime Text -> Preferences -> Browse Packages...menu - Clone the repo with this command:
git clone https://github.com/Orlmente/Theme-Asphalt "Theme - Asphalt"
How to Activate
Activate this theme and color scheme by modifying your user preferences file, found under Sublime Text -> Preferences -> Settings - User menu.
Once User's settings are opened, just add the following code (Restart Sublime Text after activating the theme).
Important: Don't forget to double-check for missing or trailing commas in preference file before saving the file!
Default setup
{
"color_scheme": "Packages/Theme - Asphalt/Asphalt.tmTheme",
"theme": "Asphalt.sublime-theme",
}
Alternative colour variations
{
"theme": "Asphalt-monochrome.sublime-theme",
"theme": "Asphalt-green.sublime-theme",
"theme": "Asphalt-blue.sublime-theme",
"theme": "Asphalt-orange.sublime-theme",
}
Additional settings
(“setting_name”: “default value”, // “alternative value” )
Enable/Disable Sidebar icons “json { "theme_asphalt_hide_sidebar_icons”: false, // true }

***
Enable tab scrolling via mousewheel
```json
{
"theme_asphalt_mouse_tabs_switch": false, // true
}
Enable dirty tabs indicator “json { "theme_asphalt_show_dirty_tabs”: false, // true }

***
Enable previous entries selection dropdown for input fields and close button for bottom panels
```json
{
"theme_asphalt_show_input_dropdowon": false, // true
"theme_asphalt_show_panel_close": false, // true
}

Higher or lower padding for entries in sidebar “json { "theme_asphalt_sidebar_big”: false, // true “theme_asphalt_sidebar_small”: false, // true }

***
Brighter colour for text in statusbar
```json
{
"theme_asphalt_status_bar_brighter": false, // true
}
Taller or smaller tabs “json { "theme_asphalt_tabs_big”: false, // true “theme_asphalt_tabs_small”: false, // true }

***
### License
[MIT & WTFPL](https://github.com/Orlmente/Theme-Asphalt/blob/master/LICENSE)